Tasklist exercise frontend for TrueNorth.
This is the React-app for the tasklist exercise for TrueNorth.
- react v17.0.1
- react-bootstrap v1.4.0
- bootstrap v4.5.3
- axios v0.21.0
Clone the project! - main branch
Go to the project directory
- cd tasklist-exercise-frontend (default)
The APP needs the following environment variables to be initialized, in the .env file
- REACT_APP_TASKLIST_BACKEND_URL (URL where tasklist-excercise-backend server is running)
- PORT (Port to run the frontend app)
Install - To run this project, install it locally using npm
- npm install
Run the app - THE SERVER MUST BE RUNNING ON THE REQUIRED URL!
- npm start
-
Mark a task as done
Project is: finished
Created by Fabrizio Amelotti (fabrizioamelotti@gmail.com) - feel free to contact me!