This is a Full-Stack Todo List web-App. This App is created using:
- React.Js
- HTML
- CSS
- Bootstrap
- Node.JS
- Express.Js
- MySQL
- Download and Install NodeJS.
- Download nad Install Mysql Database. This can be done in various ways, I recommend Installing WAMP server.
- Clone the Repository
git clone https://github.com/m-bilal-dev9/todoapp.git
- Goto the repository dirctory
- Start WAMP server
- Goto phpMyAdmin and login
- Import the todoapp.sql Database
- Install NodeJs Dependencies
npm install
- Start NodeJs Server
nodemon index.js
- The node server should be running on localhost port 3030
- Start a new terminal window
- Change directory to client
cd client
- Install React Dependencies
npm install
- Start React Development Server
npm start
- The React Development Server should be running on Localhost port 3000
npm run build