- React Fundamentals
- Build a React project
- Components
- Properties
- useState
- Key={}
- Closures
The project was initially built using only react and css modules, later typescript was included. You can check the first version of commits here.
- is possible to edit the user
- React
- Typescript
- JS
- HTML
- CSS Modules
- Phosphor icons
- Date-fns
- Typescript
- JS
- HTML
- CSS Modules
- Phosphor icons
- Date-fns
Clone the project and access the folder.
$ git clone
$ cd (folder)
Follow the steps below:
# Install the dependencies
$ yarn or npm i
# Start the project
$ yarn dev or npm run dev
The app will be available for access on your browser at http://localhost:3000
This project is licensed under the MIT License. See the LICENSE file for details.