Frontend for Solita's Dev academy pre-assigment.
Backend for this project can be found here.
You need to clone API repository and create MSSQL server database. When you have setup your API. Copy your api endpoint urls and add them to project file ApiUrls.ts. Run npm i to install packages and then run npm run dev to lauch project.
- Add hooks
- create form for adding new data
- Lists for stations and journeys
- Single station and journey view
- Search
- Column ordering
- Styled components
- Pagination
- file upload
- Map for selected station
- better readme
- tests
- remove calculations from frontend and move to back
- remove var variables
- html table elements
- remove console logs