Skip to content

ahmtxonly/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple, to-do list built with React.

Tech Stack

External UI Libraries Used

Setup

  • Clone the repo:
$ git clone https://github.com/ahmtxonly/todoapp.git
  • Go to the project directory and install dependencies:
$ cd todoapp && npm install --force
  • Go to the project "backend" directory and install dependencies:
$ cd todoapp && cd backend && npm install
  • To start backend api run the command:
$ cd todoapp && cd backend && npm run build && npm run start
  • And to view the project on browser run the command:
$ cd todoapp && npm run start
  • And go to localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published