A sideproject made only for the sole purpose to learn Typescript with React concepts. Using reuseable components created by me to build most of the UI.
I haven't had the time to work on this as much as i wanted because of work, but hopefully it will get finished soon.
Note: Not close to done, even the name of the project is under construction.
- React
- Typescript
- Styled Components
- Yarn
- Express
- Node postgres
- clone git repository
- cd into
/animelist - run
yarn installfollowed byyarn start - go to http://localhost:3000/
Under construction. You can run it the same way as client.
- cd into
/server - run
yarn dev - go to http://localhost:3001/
Note: No user signup as for now. All POST requests will be added to my own test user in my node postgres database