https://github.com/rafa-kozand/ignite_react.js_challenge_01
React JS challenge done with 'Rocketseat' Ignite course. ("Desafio: Conceitos do React")
https://github.com/rafa-kozand/ignite_react.js_challenge_01
html html5 ignite ignite-reactjs ignite-rocketseat javascript reactjs rocketseat scss typescript
Last synced: 2 months ago
JSON representation
React JS challenge done with 'Rocketseat' Ignite course. ("Desafio: Conceitos do React")
- Host: GitHub
- URL: https://github.com/rafa-kozand/ignite_react.js_challenge_01
- Owner: Rafa-KozAnd
- License: mit
- Created: 2022-05-13T12:26:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T20:05:33.000Z (over 2 years ago)
- Last Synced: 2025-01-10T20:17:13.296Z (9 months ago)
- Topics: html, html5, ignite, ignite-reactjs, ignite-rocketseat, javascript, reactjs, rocketseat, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
# Ignite_React.js_Challenge_01
React JS challenge done with 'Rocketseat' Ignite course. ("Desafio: Conceitos do React")
## 💻 Sobre o desafio
Nesse desafio, você deverá criar uma aplicação para treinar o que aprendeu até agora no ReactJS
Essa será uma aplicação onde o seu principal objetivo é uma pequena aplicação de atividades a fazer, para treinar um pouco mais sobre manipulação do estado no React.
- Adicionar uma nova tarefa
- Remover uma tarefa
- Marcar e desmarcar uma tarefa como concluída## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
##
