The ubiquitous javascript project
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project, inspired by the background picture found on unplash, was started as an assignment while completing The Odin Project's javascript curriculum. Since then, it has been refactored & rewritten as my skillset has grown. This latest iteration was rewritten as a full mern-stack app.
- Create multiple lists
- Assign priority levels to tasks
- Save your data to the cloud
- Clone this repo & cd into directory
git clone https://github.com/jasont01/todo-list.git && cd todo-list
- Install dependencies
npm install
- Start dev server
npm start
Of course, this project is far from perfect. Some of the features I would like to implement include:
- Mobile/Responsive version without sacrificing the background image
- Custom priority levels
- Pagination - would remove limits on number of lists/items
- Custom fonts / colors
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Jason Thompson - @jasont01 - [email protected]
Project Link: https://github.com/jasont01/todo-list
Hosting:
Background Picture:
- Mike Tinnion on Unsplash