A little neumorphic app for scheduling your day.
- Typescript
- ChakraUI
- NextJS
- Styled Components
- Lightweight
- ESLint
- Jest
- React Icons
Thank you to Hazim Arafa for providing the template that this project is built on.
- Make sure you have Node.js installed on your computer.
- Clone the repository to your computer. (
git clone https://github.com/LeftistTachyon/personal-scheduler.git
) - Install dependencies with
npm i
. - Run the development server with
npm run dev
or the production by building it first withnpm run build
and starting it withnpm run start
.
GNU General Public License v3.0