lionffl / pair-todo-frontend

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

Home Page:https://pair-todo.geografialinks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://pair-todo.geografialinks.com


Languages

Language:JavaScript 84.1%Language:CSS 11.2%Language:HTML 3.5%Language:Shell 1.3%