Skip to content

The "NextJS-Tailwind-TypeScript-TodoList" project is a practice repository showcasing a TodoList application built with NextJS, Tailwind CSS styling, and TypeScript language, providing developers with an example implementation for learning and reference purposes.

Notifications You must be signed in to change notification settings

madhurajayashanka/NextJS-Practice-Project

Repository files navigation

Next.js + Tailwind CSS + TypeScript Todo List Practice Project

This is a todo list practice project built using Next.js, Tailwind CSS, and TypeScript. It demonstrates various concepts such as API data fetching, server-side rendering, client-side rendering, and routing.

App

Installation

  1. Clone the repository:

    git clone https://github.com/madhurajayashanka/NextJS-Practice-Project.git
  2. Navigate to the project directory:

    cd NextJS-Practice-Project
  3. Install the dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your browser and visit http://localhost:3000 to access the todo list application.

Technologies Used

  • Next.js - React framework for server-side rendering and building web applications.
  • Tailwind CSS - Utility-first CSS framework for rapidly building custom designs.
  • TypeScript - A statically typed superset of JavaScript that adds static typing to JavaScript.

Acknowledgements

About

The "NextJS-Tailwind-TypeScript-TodoList" project is a practice repository showcasing a TodoList application built with NextJS, Tailwind CSS styling, and TypeScript language, providing developers with an example implementation for learning and reference purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages