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
- Host: GitHub
- URL: https://github.com/vickttor/todolist_reactjs_ignite
- Owner: vickttor
- License: mit
- Created: 2022-02-14T12:11:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T14:25:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T16:08:59.831Z (12 months ago)
- Topics: ignite-rocketseat, reactjs, sass, todolist, typescript
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoList with ReactJS - Rocketseat Ignite
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

## 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 Hugo π
## π LicenΓ§a
This project is under MIT license [MIT](./LICENSE).
Made with dedication by VictorSilva15
---