GithubHelp home page GithubHelp logo

stymm-1 / project-zone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rockingrohit9639/project-zone

0.0 0.0 0.0 20.78 MB

Project Zone suggests to users the projects they can create based on their skills. Don't forget to drop a ⭐

License: MIT License

HTML 2.09% CSS 25.32% JavaScript 72.59%

project-zone's Introduction

Board Status

Project Zone 🚀

logo

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 step1

🚩 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.

step2

Follow the Contribution Guidelines

Following are the steps to guide you:

  • Step 1: Fork this repository.

step1

Then go to your Git terminal and clone it on your machine.

step2

  • Step 2: Add a upstream link to main branch in your cloned repo
    git remote add upstream https://github.com/rockingrohit9639/project-zone.git
    
  • Step 3: Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
    git pull upstream main
    
  • Step 4: Create your feature branch (This is a necessary step, so don't skip it)
    git checkout -b <feature-name>
    
  • Step 5: Track your changes:heavy_check_mark: .
    git add .
    
  • Step 5: Check for your changes.
    git status
    
  • Step 7: Commit all the changes (Write commit message as "Small Message")
    git commit -m "Write a meaningfull but small commit message"
    
  • Step 8: Push the changes for review
    git push origin <branch-name>
    
  • Step 9: Create a PR on Github. (Don't just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing)

🚩 Setting up the environment

Client-Side

  • 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
    

Server

  • To setup server in your system run the following commands
    cd project-zone
    cd server
    npm install
    
  • After installing all the dependencies go through the following commands to make a directory named config inside server directory & add a fille config.env in config directory.
    mkdir config
    touch config.env
    
  • Edit config.env as follow :-
    PORT=8000
    MONGO_URI=<YOUR-MONGO-URI>
    ACCESS_TOKEN_SECRET=<YOUR-ACCESS-TOKEN-SECRET>
    ACCESS_TOKEN_SECRET_FOREGTPASS=<YOUR-ACCESS-TOKEN-SECRET-FORGETPASS>
    ACCESS_TOKEN_VERIFY_EMAIL=<YOUR_ACCESS_TOKEN_SECRET_VERIFYEMAIL>
    SENDGRID_API_KEY=<YOUR-SENDGRID-API-KEY>
    SENDGRID_VERIFIED_MAIL=<YOUR-SENDGRID-VERIFIED-MAIL>
    
  • After following all above steps, run the following command to start server
    cd ../
    nodemon index.js
    
  • Expected Output in terminal

   

Preview 👀

       
       
       
   

📌 Opensource Programs

This project is a part of following Open Source Program


Levels & Points

Level Points
Level 0 5
Level 1 10
Level 2 15
Level 3 30
Level 4 45

Our Contributors 🎇

Credits goes to these people:

Code of Conduct

Click to read

License

MIT License

project-zone's People

Contributors

rockingrohit9639 avatar naveen8801 avatar kanak22 avatar veeresh-rex avatar shwetkhatri2001 avatar riyaagupta89 avatar priyanshu-official avatar akshatvirmani avatar satyampgt4 avatar rohan842 avatar mayankmohak avatar anushruti11 avatar kumarishalini6 avatar shaishav0507 avatar samikshasankar avatar ishitakapoor26 avatar supzi-del avatar devtomilola avatar riyagupta89 avatar rohan-kulkarni-25 avatar rutuj-runwal avatar umesh-01 avatar pallavi-1812 avatar hr1shu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.