Skip to content

amira-s/react-exam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-exam Build Status

This app is the OFFICIAL jedi management tool. For now, it only displays the most famous of them.

Our CTO has looked at the source code and has seen that it doesn't follow good practices. He also wants to add a new feature to the app: The ability to register a new jedi.

Tasks

Clean up

Clean up the project and make it follows react/redux app good practices. This will help you to add to it more features.

Add a new jedi to the DB

Create all the necessary things to register a new jedi.

Hint: All files that you should modify are in ./src

Getting started

Launch the front-end server with:

npm start

Launch the API server (in a second terminal) with:

npm run api

Be sure that the project is compiling before pushing with the command:

npm run compile

How to?

Fork this project and create a pull request on this repository from your fork.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • CSS 30.6%
  • HTML 8.1%