This project was built using React in Typscript. This repo includes JSON Server and a db.json file that servers as a mock backend for development. Currently the code is set to fetch the data from a Firebase REST API and the application is hosted on CentOS/Apache, the live preview is available at https://tinnel-workshops.tk/
The required functionality of the application from the user stories has been implemented, all the functions and components should work without problems. At last testing, all the functionalities worked fine on multiple browsers, the responsive design is also good.
- Unit testing, integration testing
- Optimize code
In the project directory, you can run:
Clone the repo and then run "npm install" to set the project locally
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Runs the JSON server on port http://localhost:3001\
You can learn more in the Create React App documentation. To learn React, check out the React documentation.