/mern-todo

Primary LanguageJavaScript

To-Do List

Table of Contents

About Project

A simple a todo application that uses a RESTful API, built with MERN stack. It allows user to add, remove tasks from the list.

Built With

  • MongoDB
  • Express
  • React
  • Node.js

Getting Started

  • Clone this repo https://github.com/Bishoy-Samwel/mern-todo

    git clone https://github.com/Bishoy-Samwel/mern-todo.git
  • Navigate to Library folder/directory

    cd mern-todo
  • On the comandline, at the project's root, run npm i and cd client; npm ito install app dependencies

  • Next, run cd ..; npm run dev which will start the server and the client ap together.

  • Go to http://localhost:3000/ to interact with the app

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

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

Authors

👤 Bishoy Samwel

Acknowledgements

Credits go to the following for providing guides on MERN

Show your support

Give a ⭐️ if you like this project!