Skip to content

lionffl/pair-todo-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pair Todo - Frontend

This project is a frontend application of a simple todo list. In order to work properly, the application needs a web server and a database. Here you can find a repository with a Rails API ready to work as backend.

Basic instructions

  1. Install and run backend: https://github.com/lionffl/pair-todo-backend

  2. Clone this repo: git clone git@github.com:lionffl/pair-todo-frontend.git

  3. Navigate to project folder: cd pair-todo-backend

  4. Install dependencies: npm install

  5. Enviroment variables settings: Rename .env.example to .env.

  6. Run: npm start

React app should be now running at http://localhost:3001 (default port in .env.example)

Contributing

If you'd like to contribute to the project, please follow these guidelines:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Contact

About

A react application that allow users to create and manage tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published