Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flavioccf/react_tomato_timer

React + TypeScript Application for a Tomato Timer manager
https://github.com/flavioccf/react_tomato_timer

react styled-components typescript vite

Last synced: about 1 month ago
JSON representation

React + TypeScript Application for a Tomato Timer manager

Awesome Lists containing this project

README

        




ToDo List Web Application.


GitHub repo size
GitHub
GitHub language count
GitHub Repo stars


About
Functionalities
Layout
Technologies
Installation

## 💻 About

Small React + TypeScript Application to simulate an Online Coffee Shop


![Tomato Timer Manager]('.github/tomato_timer_1.png'){: width="50%"}

## ☑ Functionalities

- [x] Add Project name and time
- [x] Timer to check current progress
- [x] History page with prior and ongoing projects by status

## 🎨 Layout

### Figma File

[Figma Mock](https://www.figma.com/community/file/1127351821076435124)

## 🔨 Technologies

The following framworks/libraries were used for this project:

- **[ReactJS](https://reactjs.org/)**
- **[TypeScript](https://www.typescriptlang.org/)**
- **[Sass](https://sass-lang.com/)**
- **[Vite](https://vitejs.dev/)**

> Check the full [package.json](https://github.com/flavioccf/react_tomato_timer/blob/main/package.json)

## 🚀 Installation

```bash
# Clone the repo
git clone https://github.com/flavioccf/react_tomato_timer.git

# Access the project
cd react_tomato_timer

# Install dependencies
npm install

# Run the application
npm run dev

# The server will start - port:3000 - acesse http://localhost:3000
```