/personal-scheduler

A web app that allows you to organize your day

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Personal Scheduler

A little neumorphic app for scheduling your day.

Stack

  • 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.

Setup

  1. Make sure you have Node.js installed on your computer.
  2. Clone the repository to your computer. (git clone https://github.com/LeftistTachyon/personal-scheduler.git)
  3. Install dependencies with npm i.
  4. Run the development server with npm run dev or the production by building it first with npm run build and starting it with npm run start.

License

GNU General Public License v3.0