Open source collection of small applications written in ReactJS and TypeScript.
React, NextJS, TypeScript, Chakra UI, React Query, Framer Motion, React Testing Library
https://typescriptapps.netlify.app/
Collaborators are welcome to join this project and contribute with merge requests.
├── src/
│ ├── assets
│ │ ├── icons
│ │ └── images
│ ├── components
│ │ ├── beers
│ │ ├── colorPicker
│ │ ├── emailVerifier
│ │ ├── usersList
│ │ └── weather
│ ├── hooks
│ ├── layout
│ │ └── components
│ ├── pages
│ ├── styles
│ └── theme
└── package.json
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site |
- Currency converter
- Calculator
- Anything that retrievs data from the API https://github.com/public-apis/public-apis
- Task organizer
- Hangman game
- Stopwatch / Clock
- Pomodoro App
- Text editor
- Movie catalog
- Book catalog
- Calorie/BMI counter
- URL shortener