Skip to content

RJohnPaul/Todolist_app

Repository files navigation

ToDo List App


Project Banner

Welcome to the ToDo List App repository! This repository contains both the landing page for the ToDo List App and the ToDo List App itself, built using Next.js, Tailwind CSS, React Native, and basic CSS.

Features

Landing Page

  • Built with Next.js and Tailwind CSS.
  • Includes a navbar, header, FAQs section, and footer.
  • Provides information about the ToDo List App.
  • Allows users to download the ToDo List App as an APK.

ToDo List App

  • Built with React Native.
  • Simple and intuitive interface for managing tasks.
  • Basic styling using CSS.
  • Allows users to add, edit, and delete tasks.
  • Provides a seamless user experience.

Installation

Landing Page

  1. Clone this repository:
    git clone https://github.com/RJohnPaul/Todolist_app.git
    
  2. Navigate to the landing-page directory:
    cd landing-page
    
  3. Install dependencies:
    npm install
    
  4. Run the development server:
    npm run dev
    
  5. Open your browser and navigate to http://localhost:3000 to view the landing page.

ToDo List App

  1. Clone this repository:
    git clone https://github.com/RJohnPaul/Todolist_app.git
    
  2. Navigate to the todo-app directory:
    cd todo-app
    
  3. Install dependencies:
    npm install
    
  4. Start the Metro server (for React Native):
    npx react-native start
    
  5. Run the app on an emulator or physical device:
    npx react-native run-android
    
    or
    npx react-native run-ios
    

Contributing

Contributions are welcome! If you have any suggestions, enhancements, or bug fixes, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

landing page for a Todolist app in react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages