Skip to content

ROHAN842/project-zone

 
 

Repository files navigation

Project Zone 🚀

Open Source Stars Licence

Project Zone suggest users the projects they can create based on their skills.

project-zone

Problem 😧

When we participate in Hackathons, We always face one issue that is an ideas for project or inspiration. When we learn a new skill we face problems in implementing it in a project.

So if you face the same problem we are here to help you! 🤩

Solution 😃

Project-Zone web-app suggests the user about the projects they can create based on their skills. Like if we learn some new tech, We always search for beginner level projects in node, intermediate level projects in ReactJs, and so on. For this, We have to explore a lot on Google and YouTube to get the projects. So, if we have all these projects in one place it will be very much easier for a beginner to find project ideas! We have the categories from beginner to startup level project ideas and we also have an option to add new projects. Our app is in its initial stage, We will improve it a lot. 🔥


Frameworks & Tools 🧰

  • React
  • Elasticsearch
  • Magic Lab
  • Material UI

Setting up the project for running at localhost 💻

🚩 Forking repository :

  • Firstly you have to make your own copy of the project. For that, You have to fork the repository. You can find the fork button on the top-right side of the browser window. (Refer to the image below )
  • Kindly wait till it gets forked.
  • After that copy will look like /project-zone forked from rockingrohit/project-zone

🚩 Clone repository :

  • Now you have your own copy of the project. Here you have to start your work.
  • Go to the desired location on your computer where you want to set up the project.
  • Right-click there and click on git bash. A terminal window will pop up.
  • Type the command git clone .git and hit enter.
  • Wait for few seconds till the project gets copied.

🚩 Setting up the environment

  • To setup the environment in your system run the following commands
cd project-zone
npm install
  • After installing all the server dependencies run the server using the following command
npm start

Preview 👀

       

Our Contributors 🎇

Credits goes to these people:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 12.8%
  • HTML 3.0%