Welcome to the Code Tracker App, a fullstack custom themed application using ReactJS and Express. Users are able to create, edit, and delete todos.
- Create, Read, Update, and Delete Tasks
Ensure npm is installed.
1.Clone the Code Tracker App repository to your local machine:
git clone https://github.com/GillianTrethewey/Code-Tracker-CRUD.git
2.To install dependencies, navigate to each root directory (api and frontend) in your terminal:
npm install
3.Navigate to the frontend directory and run the following command:
npm start
4.Navigate to the backend directory and run the following command:
node index.js
5.Visit http://localhost:3000 in your browser to view the application.