Loading repository data…
Loading repository data…
CalyCherkaoui / repository
Full-stack daily routines tracking web App: Back-end API was built with Ruby On Rails, Jsonapi, Devise, JWT, and Front-end was built with React, Redux, Axios
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
In this project, I built the front-end side of a tracking application that allows you to track your daily tasks to install a healthy daily routine. This project was built following the specifications and user stories given here: Click here to read the projects specifications
To demo admin feature:
The main dependencies used in this web application:
To get a local copy of the repository, please run the following commands on your terminal:
$ git clone git@github.com:CalyCherkaoui/task-track-front-end.git
$ cd task-track-front-end
$ git branch feature
$ git checkout feature
$ npm install
$ npm run build
$ npm start
To lint Js code:
$ npx eslint . --fix
To lint the Styling:
$ npx stylelint "**/*.{css,scss}" --fix
To run the tests:
$ npm test
👤 Houda Cherkaoui
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
All source code is available jointly under the MIT License. See MIT licence for details.