Skip to content

thomasaugot/todayzzz-todo-app-frontend

Repository files navigation

TODAYZZZ TODOS - Frontend - PERN stack - hosted on Netlify

This is the frontend of my todo list app I named TODAYZZZ TODOS, providing a RESTful API for managing users, collections, and todo items.

Tech stack

  • React.js
  • Context API
  • Jest for testing
  • Typescript
  • SCSS

Link to the backend repo: https://github.com/thomasaugot/todayzzz-todo-app-backend

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/thomasaugot/typescript-todo-app-frontend
  2. Go to the project directory:

    cd typescript-todo-app-frontend
  3. Install project dependencies:

    npm install
  4. Configure environment variables:

Create a .env file in the project root directory and define the necessary environment variables, such as database connection details, as needed. You can use the .env.example file as a template.

DATABASE_URL=your_database_url
PORT=3001
  1. Start the server:

    npm start

The server should now be running and listening on the specified port.

Backend code: https://github.com/thomasaugot/ts-todo-app-backend
Live version of the app: https://todayzzz-todos.netlify.app/

About

A todo app build with Typescript & SCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published