Skip to content

m-bilal-dev9/todoapp

Repository files navigation

Todo List Web-App

This is a Full-Stack Todo List web-App. This App is created using:

  • React.Js
  • HTML
  • CSS
  • Bootstrap
  • Node.JS
  • Express.Js
  • MySQL

How To Use

  • 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

Build React Static Files

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published