Skip to content

bizarf/odin-blog-client

Repository files navigation

The Odin Project - Project: Blog API - Client

The goal of this project is to make an REST API which will be used for a blog client and blog CMS. This is the client part of the project.

Install:

To run this project on your local server, first install the dependencies with the command:

npm install

Head into the @types folder in node_modules and create a file called "preline.d.ts". Inside this file add this code:

declare module "preline";

After that is done, you can start the server with:

npm run dev

Tools and technologies used:
  • React
  • React Router
  • Vite
  • Typescript
  • TailwindCSS
  • Preline CSS
  • DayJS
  • Universal-Cookie
  • ESLint
  • Prettier
  • JWT Decode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published