This project is the development of a To Do List app that includes the funcionalities of get, create, edit and remove tasks from frontend and "backend" with a Api Fake created with the package json-server.
Write in your terminal the next command to install the project: git clone https://github.com/Cyn29/To-Do-List.git
My name is Cynthia. I'm a junior software developer with knowledges of full stack. I'm studying a bootcamp specialized in HTML, CSS, JavaScript, React, NodeJs, testing, MySQL...
HTML, CSS (SASS), Javascript, json-server...
For support, email cyn2993@gmail.com or follow my github profile: https://github.com/Cyn29
If you have any feedback, please reach out to me at cyn2993@gmail.com
Clone the project
git clone https://github.com/Cyn29/To-Do-ListGo to the project directory
cd todolistInstall dependencies
npm installStart the json-server
json-server --watch index.json