Skip to content

A productivity app that allows users to create lists and mark completed items off the list.

License

Notifications You must be signed in to change notification settings

tcelovsky/to-do-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do Lists

This web app allows a user to create multiple lists and add items to those lists. For example, a user may create To Do list, Grocery Shopping list, Travel Destinations list, etc. A user is able to create, edit and delete lists. A user is also able to add, edit and delete the items on each list.

Technology Used

This project was bootstrapped with Create React App.

Backend was built with Rails API.

Running the App

Navigate to the backend directory (cd backend) and start Rails server by entering rails s in your terminal. Navigate to the frontend directory (cd frontend-2.0) and start the server by entering npm start in your terminal. A custom Rake command rake db:dcms will drop, create, migrate and seed the database with seed data.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

A productivity app that allows users to create lists and mark completed items off the list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published