Skip to content

fabrizioamelotti/tasklist-exercise-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasklist Exercise Frontend

Tasklist exercise frontend for TrueNorth.

Table of contents

General info

This is the React-app for the tasklist exercise for TrueNorth.

Technologies

  • react v17.0.1
  • react-bootstrap v1.4.0
  • bootstrap v4.5.3
  • axios v0.21.0

Setup

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

Features

  • Select the number of tasks to generate / get
    Alt text

  • Show the pending tasks (list view)
    Alt text

  • Show message if there are no pending tasks
    Alt text

  • Show the task info (task view)
    Alt text

  • Mark a task as done

  • Responsive design
    Alt text

Status

Project is: finished

Contact

Created by Fabrizio Amelotti (fabrizioamelotti@gmail.com) - feel free to contact me!

About

HTML | CSS | JS | React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages