Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iboughtbed/nf-hw-2
nFactorial Incubator 2024 homework for day 2
https://github.com/iboughtbed/nf-hw-2
Last synced: 16 days ago
JSON representation
nFactorial Incubator 2024 homework for day 2
- Host: GitHub
- URL: https://github.com/iboughtbed/nf-hw-2
- Owner: iboughtbed
- Created: 2024-06-06T14:43:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T06:47:40.000Z (8 months ago)
- Last Synced: 2024-11-11T02:28:30.728Z (2 months ago)
- Language: TypeScript
- Homepage: https://nf-hw-2-vert.vercel.app
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Blog](https://iboughtbed-nf-hw-2.vercel.app/)
This is an open source todo app build with everything new in Next.js 14. It is bootstrapped with `create-t3-app`.
[![Blog](./public/og.png)](https://iboughtbed-nf-hw-2.vercel.app/)
## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **State management** [Jotai](https://jotai.org)## Features to be implemented
- [x] Components for tasks (TaskList, TaskItem)
- [x] Add, complete or delete tasks
- [x] Save tasks to LocalStorage
- [x] Use an atomic approach via Jotai atoms with storage## Running Locally
1. Clone the repository
```bash
git clone https://github.com/iboughtbed/nf-hw-2.git
```2. Install dependencies using pnpm
```bash
pnpm install
```3. Copy the `.env.example` to `.env` and update the variables.
```bash
cp .env.example .env
```4. Start the development server
```bash
pnpm run dev
```## Introduction
This is nFactorial Incubator homework for day 2
## License
Licensed under the MIT License. Check the [LICENSE](./LICENSE.md) file for details.