Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szilvia-csernus/react-typescript-timer-app
https://github.com/szilvia-csernus/react-typescript-timer-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/szilvia-csernus/react-typescript-timer-app
- Owner: szilvia-csernus
- Created: 2023-11-19T17:19:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T23:13:54.000Z (9 months ago)
- Last Synced: 2024-02-15T00:26:06.684Z (9 months ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-typescript-timer-app
> Practice project, as instructed by [Maximillian Schwarzmüller](https://www.udemy.com/user/maximilian-schwarzmuller/).
![Landing Page](landing-page.png)
Built with ReactJS (@vite), and Typescript.
To run the project in development:
0. Make sure, `node` is installed
1. Clone the project
2. Install all packages: `npm install`
3. Run dev server: `npm run dev`> Credit for styles, starting code and coding instructions: [Maximillian Schwarzmüller](https://www.udemy.com/user/maximilian-schwarzmuller/)