Skip to content

ryan-broguiere/To-Do-App

Repository files navigation

ToDo App

demo

Front-end : passing data through components using props and state

Full-stack: passing data and updating components using REST API

Technologies Used

  • React
  • MongoDB
  • ExpressJS
  • NodeJS
  • Tailwind for CSS

How to contribute

  1. Fork or Clone this repository
  2. Make sure you have Node or yarn installed
  3. npm install in the root directory (outside of the public and src) and the backend folder to install dependencies needed for testing the app
  4. npm start in the root directory to start the front end
  5. Open another terminal and run node server.js or npx nodemon server.js in the backend folder to start the backend server

Coding standards

  • Prefer if you ask to be assigned to an issue first before you work on it

  • Try not to edit other files unless necessary
  • Please add comments if you can to help others understand your code

About

Full stack RESTful To-Do app with CRUD functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published