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

https://github.com/vickttor/todolist_reactjs_ignite

This repository keeps my code developed during ReactJS Ignite Course from Rocketseat. Here I've used a template and edited it to looks like more unique and beautiful
https://github.com/vickttor/todolist_reactjs_ignite

ignite-rocketseat reactjs sass todolist typescript

Last synced: 10 months ago
JSON representation

This repository keeps my code developed during ReactJS Ignite Course from Rocketseat. Here I've used a template and edited it to looks like more unique and beautiful

Awesome Lists containing this project

README

          

# TodoList with ReactJS - Rocketseat Ignite

GitHub issues
GitHub issues
GitHub issues
GitHub issues

Hello everybody, here I keep my code developed during the first challenge from Ignite platform (rocketseat). Basically I built a simple todo list using typescript and sass. The template was simple and beautiful, but after apply the main functionalities I wanted to let the application more unique, so I change the colors besides to apply responsiveness.

## Status

πŸš€ ...released... πŸš€

## Requirements and How to use

To run this application locally you just need to install [node](https://nodejs.org/en/) in your computer. By doing that npm (node package manager) will be installed too. So know you can start the application by running:

```bash
# Install all dependencies
npm install

# Start the application
npm run dev

# apply tests
npm test
```

If you prefer you can run by using `yarn` instead:

```bash
# Install yarn in computer globally
npm install yarn --global

# Install all dependencies with yarn
yarn

# Start the application with yarn
yarn dev

# apply tests with yarn
yarn test
```

## Preview

preview image

## Techonologies

- REACTJS
- WEBPACK + BABEL
- TYPESCRIPT
- SASS
- GOOGLE FONTS

_This project was built whithout `create-react-app` or `vite`. It was built from zero to learn the structure of a ReactJS App._

> **The project does not maintain the data. If you like, fell free to contribute with features to store data in `BaaS`(firebase, supabase),localStorage or any other feature.**

### EDITOR

- [Visual Studio Code](https://code.visualstudio.com/)

---

## πŸ’ͺ How to contribute to the project

1. **Fork** the project.

2. Create a new branch with your changes: `git checkout -b my-feature`

3. Save the changes and create a commit message telling what you did: `git commit -m "feature: My new feature"`

4. Push your changes: `git push origin my-feature`

> If you have any questions, check out this [guide on how to contribute on GitHub](./CONTRIBUTING.md)

## Author


Victor

Victor Hugo πŸš€

## πŸ“ LicenΓ§a

This project is under MIT license [MIT](./LICENSE).

Made with dedication by VictorSilva15

---