Skip to content

Halim-Shams/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TODO LIST app

A React and Tailwindcss TODO App.

Start Frontend (React.js)

Make sure you've installed git and npm installed in your local machine.

Steps

  1. Clone/Fork the Repo and then clone the Repo from your GitHub account, change the {your-username} to what your username is:
git clone https://github.com/{your-username}/todo-list.git
  1. Go into the project root directory:
cd todo-list
  1. Install all the dependencies:
npm install
  1. Start the application development server:
npm start

Contributing

Pull requests are welcome. For major changes, Headup to issues to start Contributing. The app uses Tailwindcss not pure CSS so make sure you have the expected knowledge to start contributing!