Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.54 KB

Web shop for workshops Build CodeFactor

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/

Current status

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.

TODO

  • Unit testing, integration testing
  • Optimize code

Available Scripts

In the project directory, you can run:

npm install

Clone the repo and then run "npm install" to set the project locally

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run server

Runs the JSON server on port http://localhost:3001\

Learn More

You can learn more in the Create React App documentation. To learn React, check out the React documentation.