This project show bikes and booking status
Project is created with:
- Node version: 16.14.0
- NPM version: 8.3.1
- FE - React - Typescript
- BE - NodeJs - Express - GraphQL
# Install server dependencies
npm install
# Install client dependencies
cd client
npm install
# Run both Express & React from root
cd ..
npm run dev
# Build for production
cd client
npm run build
# To Test
cd client
npm run test
- React and Typescript
- Redux
- Styled-components
- React Testing Library & Jest
- GraphQL
- Check bike list
- Filter by bake type
- search bike with id
- Tested with React Testing library including redux.
Metin İşcan
1.0.0
This project is licensed under the MIT License