• Stars
    star
    3,747
  • Rank 11,766 (Top 0.3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Personal portfolio website simulating Ubuntu 20.04, made using NEXT.js & tailwind CSS

Web simulation of UbuntuOS

This is a personal portfolio website of theme Ubuntu 20.04, made using Next.js & tailwind CSS. If you want to edit this. Clone this project and edit the files in /src/components.

To run this on localhost type npm start and when u are done coding type npm run build to build your app.

NOTE: if you have yarn just replace npm start and npm run build with yarn start and yarn build.

Buy Me A Coffee

To make the contact form work

  • Create a account in emailjs create also new Outlook or Gmail account to be able to send email.
  • Create a new service, select and log in to your newly created outlook or gmail account on EmailJS.
  • Go back to the dashboard and get the Service ID copy it.
  • Create a .env file in your root folder and put

NEXT_PUBLIC_USER_ID = 'YOUR_USER_ID'
NEXT_PUBLIC_TEMPLATE_ID = 'template_fqqqb9g'
NEXT_PUBLIC_SERVICE_ID = 'YOUR_SERVICE_ID'

into it. Replace *your user id and your service ID with your values in your EmailJS service.

This project was made using Create Next App! Here is the scripts that u can run.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributiors who wants to make this website better can make contribution,which will be greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Added some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

More Repositories

1

economist.com-unlocked

A chrome extension to read Paid Articles for Free & with no Ads, no subscription, no memberships!
JavaScript
104
star
2

vscode-css-compatibility

A VS Code extension to check, on hover, which CSS sytax, keywords, types or functions are compatible or supported with all browsers and their versions.
TypeScript
50
star
3

CPU-Scheduling-APP-React-Native

React Native Application to visualize the CPU Scheduling with different Processes and Animations. Install the App on your Mobile Devices by going in the Releases below.
JavaScript
39
star
4

flutter-banking-app

A Flutter and Firebase project. Used for creating transactions between different Users and displaying the history of transactions done by them.
Dart
38
star
5

ad-free-spotify

Chrome extension to automatically mute/unmute Spotify tab when Advertisement starts and ends!
JavaScript
33
star
6

chrome-extension-react-boilerplate

A boilerplate code to build a chrome extension with react and webpack.
JavaScript
25
star
7

YT-productive

A chrome extension that helps you by keeping you productive when you are learning from YouTube.
JavaScript
21
star
8

Improve-Codeforces

Django web application to suggest practice problems from the areas in which the user struggles to get accepted in code forces.
CSS
14
star
9

basic-personal-portfolio

My portfolio website which includes info about my self, my work, projects (and a video conferencing application?)
TypeScript
14
star
10

vivek9patel

My Personal Repository!
13
star
11

Face-detection-using-JAVA-with-GUI

JAVA program to detect faces from given input images using the java-OpenCV library with a GUI.
Java
6
star
12

screen-recorder-using-python

Python program to record screen and take a screen shot using OpenCV-python library with Tkinter GUI.
Python
4
star
13

Medcognito

A chrome extension to open any Medium article in incognito mode in just one click if you don't have a subscription.
JavaScript
4
star
14

synonyms-list-react

This web app provides list of words and it's synonyms.Made with React and Firebase.
JavaScript
3
star
15

Currency-Converter-Using-Python

This python projects uses api to get current exchange rates of different currencies and can convert it into another with the help of GUI.
Python
2
star
16

parallel-crawler-service

Built with Flask. Uses all CPU cores to parallelly crawl webpages from a base URL.
Python
1
star
17

Javascript-Animations

Animations using Html5 canvas + Javascript
JavaScript
1
star
18

Space-lust-data-visuaization

JavaScript
1
star
19

cse-535-flask-server

Python
1
star
20

Social-Distance-Monitoring-Using-AI

We are going to develop 2 Mobile Apps to fight against COVID-19.
1
star
21

Sugar-consumption-data-visulization

JavaScript
1
star
22

Image-comparision

It will take image every 5 second from your camera and compare it will any template image and gives you number of templates from camera's taken image.
Python
1
star