Skip to content

Latest commit

Β 

History

History
90 lines (70 loc) Β· 3.11 KB

File metadata and controls

90 lines (70 loc) Β· 3.11 KB

focal-point

Lucasvinicius Languages lastcommit License Issues Email

This project was developed as part of the selection process for the Junior Developer position at Legaplan. The goal is to create a task manager, following the layout and specifications provided through a Figma project, made available by the company. πŸ§πŸΌβ€β™‚οΈ The task manager allows the creation, viewing, updating and deleting of tasks, offering a user-friendly and intuitive interface, according to the design guidelines established in the Figma project. Project developed for the Legaplan | @legaplan

Made with πŸ’– by Lucas vinicius.

πŸ“Œ Contents

πŸ“· Screenshots

πŸš€ Technologies

This project was made using the follow technologies:

πŸ’» How to run

# Clone Repository
$ git clone https://github.com/lukevinicius/focal-point.git
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Go to http://localhost:3000/ to see the result.

πŸ› Issues

Create a new issue report, it will be an honor to be able to help you solve and further improve our application.

✨ Contributing

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

πŸ“„ License

This project is under the MIT license. Made with πŸ’– by Lucas vinicius.

Thank you! πŸŒ