Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 3.44 KB

README.md

File metadata and controls

85 lines (66 loc) · 3.44 KB

Develapp


Overview

One difficulty in learning how to code is figuring out which project to build to improve your skills. Most tutorials simply build a to-do app. Develapp takes you beyond to-do list apps and helps you find projects you can build and be proud to include in your portfolio. Develapp is made for you so that you can always be building.

This project was built by a remote team during the chingu voyage 38.

Live link: --- You can find the app here


Screenshots 📸📸📸

screenshot of develapp app on a mobile phone screenshot of develapp app on a tablet or ipad screenshot of develapp app on a laptop or pc


Features ✨✨✨

The features of the Develapp app are -

  • users can find project ideas
  • project ideas are grouped into
    • beginner
    • intermediate
    • advanced
  • users can be redirected to chingu project showcase page
  • users can find project ideas by clicking either one of the three categories on the home page
  • and more coming soon.

Dependencies 📦📦📦

The list of dependencies used in the frontend are :

    "@testing-library/jest-dom"
    "@testing-library/react"
    "@testing-library/user-event"
    "react"
    "react-dom"
    "react-scripts"
    "sass"
    "react-router-dom"

The list of dependencies used in the backend are :

    "concurrently"
    "dotenv"
    "nodemon"
    "express"
    "mongodb"
    "mongoose"

How to run 🚀🚀🚀

  • First, copy the url of this project
  • Then open your terminal on your local computer and -
    • navigate to the location you want to create the project in (eg - home or c:/)
    • enter the command git clone <url-of-this-project>. Alternatively, you can provide the name of the folder you want git to clone the project to with git clone <url-of-this-project> <name-of-folder>
    • cd into the project folder
    • cd into the frontend folder
    • Run npm install to install the packages for the frontend
    • cd into the backend folder
    • Run npm install to install the packages for the backend
    • Remain in the backend folder and run npm run serve.

Acknowledgements 👏👏👏

This app is based off of Florin Pop's repository found here. It is an amazing resource for this project. Whereas, the repository has an MIT license, which permits us to use it for free, nevertheless, we still wanna say thank you to Florin Pop for putting it out there.

Last, but not the least, is Jim Medlock, who incidentally is mentioned as a contributor in Florin Pop's repository here. The gratitude is apparently two-fold:

  • for the app ideas repo
  • for the project showcase.