Skip to content

kishan-aghera/todo-list-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List React Frontend

This project is part of a mini-project assigned to learn React + Rails. This project works as frontend for the Rails API backend project in the repository here. This app will be used for doing CRUD operation. This app is currently deployed here. Please feel free to contribute to this project.

Project Configuration

Run the following commands to install necessary dependencies.

# install dependencies
$ npm install

Starting the server

Change your current branch to local as it contains URLs for running the app locally. To start the server on localhost run the command below. The server will start on port 3000.

$ yarn start

or

$ npm start

About

This is part of a demo app using React as frontend and Rails API as backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published