In this project, a website for to do list is being build. The webapp have 1 user interface.
To get a local copy up and running follow these simple example steps.
-Reach to following Github URL:
https://github.com/AhmedMohsen600/to-do-list.git
-Copy the URL.
-In Visual Studio Code "Terminal" change the current working directory to the location where you want the cloned directory.
-Type git clone in the terminal, paste the URL you copied earlier, and press "enter" to create your local clone.
$ git clone https://github.com/AhmedMohsen600/to-do-list.git
npm run build
npm start
In order to run this project you need:
Clone this repository to your desired folder:
_cd PATH_
_git clone https://github.com/AhmedMohsen600/to-do-list.git
_cd to-do-list
npm install
npm run build
npm start
Install this project with:
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
You can deploy this project using:
npm start
π€ Ahmed Mohsen
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
How to generate a new key for the API?
Open VScode and generate a key by using the following command
curl -X POST https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/
This project is MIT licensed.